  @font-face {
     font-family: 'Inter';
     src: url('/fonts/Inter-Medium.ttf');
     font-weight: 500;
 }

 @font-face {
     font-family: 'Inter-bold';
     src: url('/fonts/Inter-Bold.ttf');
     font-weight: 500;
 }


 body {
     color: #212121 !important;
     font-weight: 500 !important;
     font-size: 16px !important;
     font-family: "Inter", sans-serif;

 }

 h1,
 h2,
 h3,
 h4,
 h5 {
     font-family: "Inter-bold", sans-serif !important;
 }
 p,label,span,li,a{
    font-family: "Inter-bold", sans-serif !important;
    color: #212121 !important;
 }

 .c-p {
     color: #006729 !important
 }

 .c-s {
     color: #4aa73d  !important
 }

 .c-s2 {
     color: #e60018  !important
 }

 .c-g {
     color: #646464 !important
 }

 .bck-p {
     background: #006729  !important
 }

 .bck-s {
     background: #4aa73d  !important
 }

 .bck-s2 {
     background: #e60018  !important
 }

 .card {
     border-radius: 1rem !important;
     border: #ececec 2px solid !important;
 }

 .card-stl {
     border-bottom-right-radius: 1rem;
     border-bottom-left-radius: 1rem;
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
     border: #f1f1f1 2px solid;
 }

 .card-stl2 {
     border-bottom-right-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
     border-top-left-radius: 1rem !important;
     border-top-right-radius: 1rem !important;
     border: #ececec 2px solid;
 }

 .bg-login {
     background-image: url("/img/geometry2.png");
 } 

 .btn-success{
    background-color: #4aa73d !important;
 }
  .btn-success:hover {
      background-color: #015824 !important;
  }
